projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fead2
)
wayland: Add debug output for keymaps
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 19 Apr 2016 16:23:51 +0000
(12:23 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 19 Apr 2016 16:23:51 +0000
(12:23 -0400)
Use GDK_DEBUG=input to see your keymap sent over and over again.
Efficiency!
gdk/wayland/gdkkeys-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkkeys-wayland.c
b/gdk/wayland/gdkkeys-wayland.c
index 2616df41866046ec7bca932264f431789afb2b28..a4f39d33d558d84f9e6f0a88f80a1e143a8ae89b 100644
(file)
--- a/
gdk/wayland/gdkkeys-wayland.c
+++ b/
gdk/wayland/gdkkeys-wayland.c
@@
-572,6
+572,8
@@
_gdk_wayland_keymap_update_from_fd (GdkKeymap *keymap,
return;
}
+ GDK_NOTE(INPUT, g_print ("keymap:\n%s\n", map_str));
+
xkb_keymap = xkb_keymap_new_from_string (context, map_str, format, 0);
munmap (map_str, size);
close (fd);